Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-227654 | GEN001470 | SV-227654r603266_rule | Medium |
Description |
---|
If password hashes are readable by non-administrators, the passwords are subject to attack through lookup tables or cryptographic weaknesses in the hashes. |
STIG | Date |
---|---|
Solaris 10 X86 Security Technical Implementation Guide | 2022-09-07 |
Check Text ( C-29816r488522_chk ) |
---|
Verify no password hashes are present in /etc/passwd. # cut -d : -f 2 /etc/passwd | grep -v '^x$' If any password hashes are returned, this is a finding. |
Fix Text (F-29804r488523_fix) |
---|
Migrate /etc/passwd password hashes to /etc/shadow. # pwconv |